knot: disable redis as it was enabled since 3.5.0 by default
authorJan Hák <[email protected]>
Thu, 25 Sep 2025 12:09:21 +0000 (14:09 +0200)
committerJosef Schlehofer <[email protected]>
Fri, 26 Sep 2025 10:56:34 +0000 (12:56 +0200)
By disabling redis, it is not possible to use redis database as zone storage

Signed-off-by: Jan Hák <[email protected]>
net/knot/Makefile

index 46786572042d381f6471f03a9370c544d275c441..a7e51f6920a3acef312633201bc9935534a9c31f 100644 (file)
@@ -157,6 +157,7 @@ CONFIGURE_ARGS +=                   \
        --enable-dbus=libdbus           \
        --enable-quic                   \
        --disable-fastparser            \
+       --disable-redis                 \
        --without-libidn                \
        --with-libnghttp2=no            \
        --with-rundir=/var/run/knot     \